Skip to content

Commit

Permalink
fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
love-code-yeyixiao committed Mar 10, 2024
1 parent 2b3d154 commit 3dc4eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sandboxie/core/dll/gui_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ typedef int (*P_ReleaseDC)(HWND hWnd, HDC hDc);

typedef HDC (*P_CreateDCA)(LPCSTR pwszDriver, LPCSTR pwszDevice, LPCSTR pszPort, const DEVMODEA* pdm);

typedef HDC(*P_CreateDCW)(LPCSTR pwszDriver, LPCSTR pwszDevice, LPCSTR pszPort, const DEVMODEA* pdm);
typedef HDC(*P_CreateDCW)(LPCWSTR pwszDriver, LPCWSTR pwszDevice, LPCWSTR pszPort, const DEVMODEA* pdm);

typedef BOOL (*P_TransparentBlt)(
HDC hdcDest,
Expand Down

0 comments on commit 3dc4eb1

Please sign in to comment.