remove some leftover debug prints oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
7e339cfd60
commit
c404e9e14b
2 changed files with 0 additions and 2 deletions
|
|
@ -1148,7 +1148,6 @@ static void MwLLSetupDragAndDropImpl(MwLL handle) {
|
|||
printf("RegisterDragDrop failed; %08lx\n", hr);
|
||||
return;
|
||||
}
|
||||
printf("dnd setup\n");
|
||||
}
|
||||
|
||||
static int MwLLGDICallInitImpl(void) {
|
||||
|
|
|
|||
|
|
@ -215,7 +215,6 @@ static HANDLE WINAPI _AddFontMemResourceExPolyFill(PVOID pFileView, DWORD cjSize
|
|||
OPEN_ALWAYS,
|
||||
FILE_ATTRIBUTE_NORMAL | FILE_FLAG_DELETE_ON_CLOSE,
|
||||
NULL);
|
||||
printf("%d\n", tempFile);
|
||||
if(tempFile != INVALID_HANDLE_VALUE) {
|
||||
goto success;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue