reactos/dll/shellext/netplwiz/netplwiz.h

20 lines
280 B
C
Raw Normal View History

#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;