mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[SMDLL] Use precomp.h in dllmain.c.
This commit is contained in:
parent
b3544fd00b
commit
287d7cd80a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
* PURPOSE: SM Helper Library
|
* PURPOSE: SM Helper Library
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <windef.h>
|
#include "precomp.h"
|
||||||
|
|
||||||
BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue