Changeset 1129 for trunk/src


Ignore:
Timestamp:
Oct 4, 1999, 9:11:27 PM (26 years ago)
Author:
sandervl
Message:

Compilation + makefile fix

Location:
trunk/src/shell32/new
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/makefile

    r1118 r1129  
    1 # $Id: makefile,v 1.9 1999-10-04 09:56:00 sandervl Exp $
     1# $Id: makefile,v 1.10 1999-10-04 19:11:27 sandervl Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\..\lib
    1111PDWIN32_BIN = ..\..\..\bin
    12 PDWIN32_TOOLS = ..\..\tools\bin
     12PDWIN32_TOOLS = ..\..\..\tools\bin
    1313
    1414
  • trunk/src/shell32/new/sh.cpp

    r893 r1129  
    1 /* $Id: sh.cpp,v 1.1 1999-09-09 13:04:55 phaller Exp $ */
     1/* $Id: sh.cpp,v 1.2 1999-10-04 19:11:27 sandervl Exp $ */
    22
    33/*
     
    2525#include <win\shlobj.h>
    2626#include <misc.h>
    27 #include <nameid.h>
     27//#include <nameid.h>
    2828#include <unicode.h>
    2929
  • trunk/src/shell32/new/she.cpp

    r893 r1129  
    1 /* $Id: she.cpp,v 1.1 1999-09-09 13:04:55 phaller Exp $ */
     1/* $Id: she.cpp,v 1.2 1999-10-04 19:11:27 sandervl Exp $ */
    22
    33/*
     
    2626
    2727#include <misc.h>
    28 #include <nameid.h>
     28//#include <nameid.h>
    2929#include <unicode.h>
    3030
Note: See TracChangeset for help on using the changeset viewer.