Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not work for me, but I fixed it #1

Open
0x4E69676874466F78 opened this issue Sep 27, 2022 · 0 comments
Open

Not work for me, but I fixed it #1

0x4E69676874466F78 opened this issue Sep 27, 2022 · 0 comments

Comments

@0x4E69676874466F78
Copy link

0x4E69676874466F78 commented Sep 27, 2022

workerw.c

-	SendMessageTimeout(progman, 0x052C, NULL, NULL, SMTO_NORMAL, 1000, NULL);
+ 	int WM_SPAWN_WORKER = 0x052C;
+	SendMessage(progman, WM_SPAWN_WORKER, 0x0000000D, 0);
+	SendMessage(progman, WM_SPAWN_WORKER, 0x0000000D, 1);

main.c

+	#define SDL_MAIN_HANDLED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant