mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
20 lines
280 B
C
20 lines
280 B
C
|
#pragma once
|
||
|
|
||
|
#include "resource.h"
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <winuser.h>
|
||
|
#include <winnetwk.h>
|
||
|
#include <commctrl.h>
|
||
|
|
||
|
#include <strsafe.h>
|
||
|
|
||
|
extern HINSTANCE hInstance;
|