]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xpm/rdftodat.c
fixed typo : _ instead of wxT
[wxWidgets.git] / src / xpm / rdftodat.c
index 28c81ae688868008556e2a924bb728abae2f781f..253ef8e9a18c814764f1af671eeda22b2bad9576 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1989-94 GROUPE BULL
+ * Copyright (C) 1989-95 GROUPE BULL
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -24,7 +24,7 @@
  */
 
 /*****************************************************************************\
-* XpmRdFToData.c:                                                             *
+*  RdFToDat.c:                                                                *
 *                                                                             *
 *  XPM library                                                                *
 *  Parse an XPM file and create an array of strings corresponding to it.      *
 *  Developed by Dan Greening dgreen@cs.ucla.edu / dgreen@sti.com              *
 \*****************************************************************************/
 
-#include "xpm34p.h"
+#include "XpmI.h"
 
+#ifdef __OS2__
+/* Visual Age cannot deal with old, non-ansi, code */
+int XpmReadFileToData(char* filename, char*** data_return)
+#else
 int
-XpmReadFileToData(char *filename, char ***data_return)
+XpmReadFileToData(filename, data_return)
+    char *filename;
+    char ***data_return;
+#endif
 {
     XpmImage image;
     XpmInfo info;