Browse CVS Repository
Diff of /xoonips/AL/commonal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 22 |
* |
* |
| 23 |
* $Revision$ |
* $Revision$ |
| 24 |
* $Log$ |
* $Log$ |
| 25 |
|
* Revision 1.88 2005/03/17 16:02:40 orrisroot |
| 26 |
|
* UNIX において SQLLEN 型が宣言されていない場合に対処するため,configure |
| 27 |
|
* スクリプトで出力された config.h をインクルードするように変更. |
| 28 |
|
* → これにより MacOS X でコンパイル可 |
| 29 |
|
* |
| 30 |
* Revision 1.87 2005/03/15 12:09:39 tani |
* Revision 1.87 2005/03/15 12:09:39 tani |
| 31 |
* deleteItem 削除権限チェックを強化. |
* deleteItem 削除権限チェックを強化. |
| 32 |
* グループインデックスに属するアイテムへのアクセス権チェックを強化. |
* グループインデックスに属するアイテムへのアクセス権チェックを強化. |
| 371 |
* |
* |
| 372 |
* |
* |
| 373 |
*/ |
*/ |
| 374 |
|
#ifdef HAVE_CONFIG_H |
| 375 |
|
# include <config.h> |
| 376 |
|
#endif |
| 377 |
|
|
| 378 |
#ifdef WIN32 |
#ifdef WIN32 |
| 379 |
#include <windows.h> |
#include <windows.h> |
| 380 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.87 |
|
| changed lines |
| |
Added in v.1.88 |
|
|
|