mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
d1404a7a2a
CORE-13516, CORE-13518
19 lines
280 B
C
19 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;
|