Diff for /np2/win9x/dialog/dialogs.cpp between versions 1.17 and 1.18

version 1.17, 2007/12/29 12:56:22 version 1.18, 2011/03/07 09:54:11
Line 1 Line 1
 #include        "compiler.h"  /**
 #include        "resource.h"   * @file        dialogs.cpp
 #include        "strres.h"   * @brief       Dialog subroutines
 #include        "bmpdata.h"   *
 #include        "oemtext.h"   * @author      $Author$
 #include        "dosio.h"   * @date        $Date$
 #include        "commng.h"   */
 #include        "dialogs.h"  
 #include        "np2.h"  #include "compiler.h"
   #include "resource.h"
   #include "strres.h"
   #include "bmpdata.h"
   #include "oemtext.h"
   #include "dosio.h"
   #include "commng.h"
   #include "dialogs.h"
   #include "np2.h"
 #if defined(MT32SOUND_DLL)  #if defined(MT32SOUND_DLL)
 #include        "mt32snd.h"  #include "mt32snd.h"
 #endif  #endif
   
   #if !defined(__GNUC__)
   #pragma comment(lib, "winmm.lib")
   #endif  // !defined(__GNUC__)
   
 // ---- enable  // ---- enable
   

Removed from v.1.17  
changed lines
  Added in v.1.18


RetroPC.NET-CVS <cvs@retropc.net>