mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
d1404a7a2a
CORE-13516, CORE-13518
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;
|