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/icon.cpp

    r120 r577  
    1 /* $Id: icon.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */
     1/* $Id: icon.cpp,v 1.5 1999-08-19 12:53:55 sandervl Exp $ */
    22
    3 /*
    4  *
    5  * Project Odin Software License can be found in LICENSE.TXT
    6  *
    7  */
    83/*
    94 * Win32 icon conversion functions for OS/2
    105 *
    116 * Copyright 1998 Sander van Leeuwen
     7 *
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
    1210 *
    1311 */
     
    2523#include <iostream.h>
    2624#include <string.h>
    27 #define  _ICON_C_
    2825
    29 #define DWORD   ULONG
    30 #define LPVOID  VOID *
    31 #define WORD    USHORT
    32 #define WCHAR   USHORT
    33 #define HANDLE  ULONG
    34 #define LPWSTR  WCHAR *
     26#include <win32type.h>
    3527
    36 #include "icon.h"
    37 #include "misc.h"
     28#include <winicon.h>
     29#include <misc.h>
    3830
    3931//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.