Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/commonal.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.87 by tani, Tue Mar 15 12:09:39 2005 UTC revision 1.88 by orrisroot, Thu Mar 17 16:02:40 2005 UTC
# Line 22  Line 22 
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   * グループインデックスに属するアイテムへのアクセス権チェックを強化.   * グループインデックスに属するアイテムへのアクセス権チェックを強化.
# Line 366  Line 371 
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26