home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / x082082s.zip / xfldr048.c next >
C/C++ Source or Header  |  1998-09-29  |  986b  |  32 lines

  1. /*
  2.  * xfldr001.c:
  3.  *      This file contains some dummy code for the XFolder
  4.  *      National Language Support DLL. It really does nothing,
  5.  *      but every DLL must contain some code, so we just
  6.  *      write a dumb function.
  7.  *
  8.  *      Do not change this file.
  9.  *
  10.  *      Copyright (C) 1997-98 Ulrich Möller.
  11.  *      This program is free software; you can redistribute it and/or modify
  12.  *      it under the terms of the GNU General Public License as published by
  13.  *      the Free Software Foundation, in version 2 as it comes in the COPYING
  14.  *      file of the XFolder main distribution.
  15.  *      This program is distributed in the hope that it will be useful,
  16.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.  *      GNU General Public License for more details.
  19.  */
  20.  
  21.  
  22. #include <os2.h>
  23.  
  24. int ARCTUSED = 1;
  25.  
  26. PSZ EXPENTRY ReturnLanguage()
  27. {
  28.     return (NULL);
  29. }
  30.  
  31.  
  32.