Ignore:
Timestamp:
Aug 19, 1999, 2:54:30 PM (26 years ago)
Author:
sandervl
Message:

Icon cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/icon.cpp

    r345 r577  
    1 /* $Id: icon.cpp,v 1.2 1999-07-20 15:46:53 sandervl Exp $ */
     1/* $Id: icon.cpp,v 1.3 1999-08-19 12:53:56 sandervl Exp $ */
    22
    33/*
     
    2323#include <iostream.h>
    2424#include <string.h>
    25 #define  _ICON_C_
    2625
    27 #define DWORD   ULONG
    28 #define LPVOID  VOID *
    29 #define WORD    USHORT
    30 #define WCHAR   USHORT
    31 #define HANDLE  ULONG
    32 #define LPWSTR  WCHAR *
     26#include <win32type.h>
    3327
    34 #include "icon.h"
    35 #include "misc.h"
     28#include <winicon.h>
     29#include <misc.h>
    3630
    3731//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.