J´ai un problem avec se bout de code
- pragma once
- include < windows.h>
typedef struct _WNDCLASSEX
{
UINT cbsize;
UINT style;
WNDPROC lpfnWndProc;
int cbClsExtra;
int cbWndExtra;
HINSTANCE hInstance;
HICON hIcon;
HICON hIconSm;
HCURSOR hCursor;
HBRUSH hbrBackround;
LPCSTR lpszMenuName;
LPCSTR lpszClassName;
} WNDCLASSEX; < =c:\program files\microsoft visual studio\myprojects\esayapi\main.cpp(25) : error C2371: ´WNDCLASSEX´ : redefinition; different basic types