mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
[REACTOS] Explicitly link against pseh & include pseh headers in a few places
This commit is contained in:
parent
37bc01f42b
commit
e470b58376
50 changed files with 103 additions and 23 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <shlobj.h>
|
||||
#include <undocshell.h>
|
||||
|
||||
#include <pseh/pseh2.h>
|
||||
|
||||
#define MAX_GETPRINTER_SIZE 4096 - MAX_PATH
|
||||
typedef void (WINAPI *PPfpSHChangeNotify)(LONG wEventId, UINT uFlags, LPCVOID dwItem1, LPCVOID dwItem2);
|
||||
|
||||
|
@ -160,7 +162,7 @@ IntProtectHandle( HANDLE hSpooler, BOOL Close )
|
|||
// 2 : Close and/or shared
|
||||
// 1 : Failed Handle
|
||||
// 0 : In use.
|
||||
return Ret;
|
||||
return Ret;
|
||||
}
|
||||
//
|
||||
// This one too.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue