Don't build esmart_filedialog, it's broken.
[ruby-esmart.git] / src / rb_esmart.c
index 11d816f5d9b64d1df192760cf33a23e8eee871bf..a0708e15cf3aa5035a3a635cdc70ce2b1748988b 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_esmart.c 36 2004-07-25 10:45:47Z tilman $
- *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  * This library is free software; you can redistribute it and/or
 
 #include <ruby.h>
 
+#define __RB_ESMART_C
 #include "rb_esmart.h"
 
+VALUE mEsmart;
+
 void Init_esmart (void)
 {
        rb_require ("evas");