[Release] wrt_0.8.166 for tizen_2.1 branch
[platform/framework/web/wrt.git] / src / wrt-launchpad-daemon / include / gl.h
similarity index 94%
rename from src/wrt-launchpad-daemon/launchpad_src/gl.h
rename to src/wrt-launchpad-daemon/include/gl.h
index 47ac8e0..0c26111 100644 (file)
  *    See the License for the specific language governing permissions and
  *    limitations under the License.
  */
+#ifndef __GL_H_
+#define __GL_H_
 
 #ifdef GL_ACTIVATE
-
 #define USE_ENGINE(engine) setenv("ELM_ENGINE", engine, 1);
-
 #else
-
 #define USE_ENGINE(engine)
-
 #endif
 
+#endif //__GL_H_
\ No newline at end of file