Skip to content

Commit

Permalink
small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
freedom7341 committed Jul 27, 2024
1 parent bb0e53f commit b902886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CscdSvc/hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ __declspec(dllexport) BOOL CALLBACK InstallUserHook()

// Unregister before we do anything
// TODO: kill uxtheme kill uxtheme
UnregisterUserApiHookDelay();
UnregisterUserApiHook();

// Get the module
g_hModule = GetModuleHandle(NULL);
Expand Down
2 changes: 1 addition & 1 deletion CscdSvc/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/* Error Handling */
LANGUAGE 0x9, 0x1
1 11 "..\CscdCom\MSG00409.bin"
1 11 "..\\CscdCom\\MSG00409.bin"

/* Icon Library */
IDI_MAIN ICON icons\ntstyle.ico
Expand Down

0 comments on commit b902886

Please sign in to comment.