Ignore:
Timestamp:
Mar 28, 2008, 5:43:34 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

インクルードガードとその他不要な前処理定義などの削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/api_sql.sbp

    r337 r497  
    11' api_sql.sbp
    2 
    3 #ifndef _INC_SQL
    4 #define _INC_SQL
    5 
    62
    73/* API declaration data types */
     
    809805Declare Function SQLTransact Lib "odbc32.dll" (EnvironmentHandle As SQLHENV,
    810806           ConnectionHandle As SQLHDBC, CompletionType As SQLUSMALLINT) As SQLRETURN
    811 
    812 
    813 #endif '_INC_SQL
Note: See TracChangeset for help on using the changeset viewer.